home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.ncsa.uiuc.edu
/
ftp.ncsa.uiuc.edu.zip
/
ftp.ncsa.uiuc.edu
/
DataScope
/
DataScope2.0.3.sit.hqx
/
DataScope2.0.3.rsrc
/
HTXT_12_.....External (user-written) Functions_
< prev
next >
Wrap
Text File
|
1993-11-02
|
582b
|
16 lines
Suppose that Q is a DataScope dataset and the
function myfunction is to be applied to it (where
myfunction is external to DataScope, either on the
Macintosh or on a remote host; refer to the manual
to find out how to construct an external function
library). Then in order to create the new dataset
NEW, enter in the notebook
NEW = myfunction(Q)
and execute the equation. DataScope will prompt
you to specify the location of the external function
library. The function myfunction can then be used
within DataScope just as though it were a builtin
function.